func runtime.addb
28 uses
runtime (current package)
arena.go#L561: gcProgBits = runGCProg(addb(p, 4), (*byte)(ptr))
arena.go#L577: h = h.write(s, readUintptr(addb(p, i/8)), k)
cgocheck.go#L202: ptrmask := addb(gcbits, skipMask)
cgocheck.go#L210: ptrmask = addb(ptrmask, 1)
mbitmap.go#L298: tp.mask = readUintptr(addb(tp.typ.GCData, (tp.addr-tp.elem)/goarch.PtrSize/8))
mbitmap.go#L357: tp.mask = readUintptr(addb(tp.typ.GCData, (tp.addr-tp.elem)/goarch.PtrSize/8))
mbitmap.go#L617: word0 := (*uintptr)(unsafe.Pointer(addb(hbits, goarch.PtrSize*(i+0))))
mbitmap.go#L618: word1 := (*uintptr)(unsafe.Pointer(addb(hbits, goarch.PtrSize*(i+1))))
mbitmap.go#L743: runGCProg(addb(typ.GCData, 4), gctyp.GCData)
mbitmap.go#L797: want = *addb(typ.GCData, j/8)>>(j%8)&1 != 0
mbitmap.go#L854: want = *addb(typ.GCData, j/8)>>(j%8)&1 != 0
mbitmap.go#L902: want = *addb(typ.GCData, j/8)>>(j%8)&1 != 0
mbitmap.go#L979: func addb(p *byte, n uintptr) *byte {
mbitmap.go#L1331: bits = addb(bits, word/8)
mbitmap.go#L1337: bits = addb(bits, 1)
mbitmap.go#L1399: ptrmask = addb(ptrmask, 1)
mbitmap.go#L1685: runGCProg(addb(prog, 4), (*byte)(unsafe.Pointer(s.startAddr)))
mbitmap.go#L1770: mask[i/goarch.PtrSize] = (*addb(bitmap, off/8) >> (off % 8)) & 1
mbitmap.go#L1782: mask[i/goarch.PtrSize] = (*addb(bitmap, off/8) >> (off % 8)) & 1
mgcmark.go#L1354: bits := uint32(*addb(ptrmask, i/(goarch.PtrSize*8)))
mgcmark.go#L1488: bits := *addb(ptrmask, word/8)
mgcmark.go#L1515: bits := *addb(ptrmask, word/8)
mheap.go#L2345: return addb(&b.x, n)
stack.go#L605: b := *(addb(bv.bytedata, i/8))
stack.go#L625: print(" ", add(scanp, (i+j)*goarch.PtrSize), ":", ptrnames[bv.ptrbit(i+j)], ":", hex(*(*uintptr)(add(scanp, (i+j)*goarch.PtrSize))), " # ", i, " ", *addb(bv.bytedata, i/8), "\n")
stack.go#L628: b := *(addb(bv.bytedata, i/8))
stack.go#L734: if *addb(gcdata, i/(8*goarch.PtrSize))>>(i/goarch.PtrSize&7)&1 != 0 {
symtab.go#L1309: return bitvector{stkmap.nbit, addb(&stkmap.bytedata[0], uintptr(n*((stkmap.nbit+7)>>3)))}
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |